ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / PasteEmptyCells Property

In This Topic
    PasteEmptyCells Property (MultiRow<T>)
    In This Topic
    Gets or sets a value that determines whether when pasting, paste all cells or only not empty cells.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Overridable Property PasteEmptyCells As Boolean
    [DefaultValue(true)]
    public virtual bool PasteEmptyCells {get; set;}
    See Also